From cfd9ddef6383249d8531f2fcd7f9a4fc1b6cdcef Mon Sep 17 00:00:00 2001 From: "iap10@labyrinth.cl.cam.ac.uk" Date: Thu, 16 Jan 2003 23:37:53 +0000 Subject: [PATCH] bitkeeper revision 1.15.1.4 (3e274251atwNiKjZx_z2zeuf_m8DCw) minor cleanup to dump_slabinfo debugging --- xen-2.4.16/include/xeno/slab.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xen-2.4.16/include/xeno/slab.h b/xen-2.4.16/include/xeno/slab.h index c7aadff3ea..21a53051f1 100644 --- a/xen-2.4.16/include/xeno/slab.h +++ b/xen-2.4.16/include/xeno/slab.h @@ -59,6 +59,9 @@ extern void *kmalloc(size_t, int); extern void kfree(const void *); extern int FASTCALL(kmem_cache_reap(int)); + +extern void dump_slabinfo(); + #if 0 extern int slabinfo_read_proc(char *page, char **start, off_t off, int count, int *eof, void *data); -- 2.30.2